button: Remove unused variable
authorTimm Bäder <mail@baedert.org>
Thu, 21 Jun 2018 18:57:18 +0000 (20:57 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 21 Jun 2018 18:57:18 +0000 (20:57 +0200)
gtk/gtkbutton.c

index ddb4382711b99c30ffa980ea794ebdd575c9cc11..0ed50b0b7ee03fb63d7aea74907e150e4d00c351 100644 (file)
@@ -823,7 +823,6 @@ static void
 gtk_button_finish_activate (GtkButton *button,
                            gboolean   do_it)
 {
-  GtkWidget *widget = GTK_WIDGET (button);
   GtkButtonPrivate *priv = gtk_button_get_instance_private (button);
 
   g_source_remove (priv->activate_timeout);